home *** CD-ROM | disk | FTP | other *** search
/ Undertow Press Kit / Undertow Press Kit.iso / pc / DLWindow.dxr / 00001_frame_initNumbers.ls next >
Encoding:
Text File  |  2004-04-29  |  143 b   |  7 lines

  1. global fileCount, byteCount
  2.  
  3. on initNumbers
  4.   member("message").word[11] = byteCount.string
  5.   member("message").word[4] = fileCount.string
  6. end
  7.